projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a395ef6
)
(c-parse-state): Typo. From Martin Stjernholm.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 22:55:33 +0000
(22:55 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 22:55:33 +0000
(22:55 +0000)
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index a30798d4b0f0e991a8759ffa00d9c1af30fab8cb..0a9053f04d01f6d5044cf1aeba6b48de88616474 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-708,7
+708,7
@@
(<= placeholder here)
(eq (char-after (1- placeholder)) ?\}))
(while t
- (setq last-bod (c-safe (scan-lists last-
bod
-1 1)))
+ (setq last-bod (c-safe (scan-lists last-
pos
-1 1)))
(if (not last-bod)
(save-excursion
;; bogus, but what can we do here?